Click or drag to resize

MailTipType Enumeration

Describes the types of mail tips that are supported by the service.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum MailTipType
Members
  Member nameValueDescription
All0 Represents all available mail tips.
OutOfOfficeMessage1 Represents the Out of Office (OOF)message.
MailboxFullStatus2 Represents the status for a mailbox being full.
CustomMailTip3 Represents a custom mail tip.
ExternalMemberCount4 Represents the count of external members.
TotalMemberCount5 Represents the count of all members.
MaxMessageSize6 Represents the maximum message size a recipient can accept.
DeliveryRestriction7 Indicates whether delivery restrictions will prevent the sender's message from reaching the recipient.
ModerationStatus8 Indicates whether the sender's message will be reviewed by a moderator.
InvalidRecipient9 Indicates whether the recipient is valid.
See Also